home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / examples / exam21 / main.mak < prev    next >
Text File  |  1996-03-16  |  3KB  |  134 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 40001
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) External Target" 0x0106
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=main - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to main - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "main - Win32 Release" && "$(CFG)" != "main - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "main.mak" CFG="main - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "main - Win32 Release" (based on "Win32 (x86) External Target")
  21. !MESSAGE "main - Win32 Debug" (based on "Win32 (x86) External Target")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "main - Win32 Debug"
  34.  
  35. !IF  "$(CFG)" == "main - Win32 Release"
  36.  
  37. # PROP BASE Use_Debug_Libraries 0
  38. # PROP BASE Output_Dir ""
  39. # PROP BASE Intermediate_Dir ""
  40. # PROP BASE Target_Dir ""
  41. # PROP BASE Cmd_Line "dmake -f m32.dm"
  42. # PROP BASE Rebuild_Opt ""
  43. # PROP BASE Target_File "main.exe"
  44. # PROP BASE Bsc_Name "main.bsc"
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir ""
  47. # PROP Intermediate_Dir ""
  48. # PROP Target_Dir ""
  49. # PROP Cmd_Line "dmake -f m32.dm"
  50. # PROP Rebuild_Opt ""
  51. # PROP Target_File "main.exe"
  52. # PROP Bsc_Name "main.bsc"
  53. OUTDIR=.
  54. INTDIR=.
  55.  
  56. ALL : 
  57.  
  58. CLEAN : 
  59.     -@erase 
  60.  
  61. !ELSEIF  "$(CFG)" == "main - Win32 Debug"
  62.  
  63. # PROP BASE Use_Debug_Libraries 1
  64. # PROP BASE Output_Dir ""
  65. # PROP BASE Intermediate_Dir ""
  66. # PROP BASE Target_Dir ""
  67. # PROP BASE Cmd_Line "dmake -f m32.dm DEBUG=1"
  68. # PROP BASE Rebuild_Opt ""
  69. # PROP BASE Target_File "main.exe"
  70. # PROP BASE Bsc_Name "main.bsc"
  71. # PROP Use_Debug_Libraries 1
  72. # PROP Output_Dir ""
  73. # PROP Intermediate_Dir ""
  74. # PROP Target_Dir ""
  75. # PROP Cmd_Line "dmake -f m32.dm DEBUG=1"
  76. # PROP Rebuild_Opt ""
  77. # PROP Target_File "main.exe"
  78. # PROP Bsc_Name "main.bsc"
  79. OUTDIR=.
  80. INTDIR=.
  81.  
  82. ALL : 
  83.  
  84. CLEAN : 
  85.     -@erase 
  86.  
  87. !ENDIF 
  88.  
  89. ################################################################################
  90. # Begin Target
  91.  
  92. # Name "main - Win32 Release"
  93. # Name "main - Win32 Debug"
  94.  
  95. !IF  "$(CFG)" == "main - Win32 Release"
  96.  
  97. "$(OUTDIR)\main.exe" : 
  98.    dmake -f m32.dm
  99.  
  100. !ELSEIF  "$(CFG)" == "main - Win32 Debug"
  101.  
  102. "$(OUTDIR)\main.exe" : 
  103.    dmake -f m32.dm DEBUG=1
  104.  
  105. !ENDIF 
  106.  
  107. ################################################################################
  108. # Begin Source File
  109.  
  110. SOURCE=.\m32.dm
  111.  
  112. !IF  "$(CFG)" == "main - Win32 Release"
  113.  
  114. !ELSEIF  "$(CFG)" == "main - Win32 Debug"
  115.  
  116. !ENDIF 
  117.  
  118. # End Source File
  119. ################################################################################
  120. # Begin Source File
  121.  
  122. SOURCE=.\main.c
  123.  
  124. !IF  "$(CFG)" == "main - Win32 Release"
  125.  
  126. !ELSEIF  "$(CFG)" == "main - Win32 Debug"
  127.  
  128. !ENDIF 
  129.  
  130. # End Source File
  131. # End Target
  132. # End Project
  133. ################################################################################
  134.